home *** CD-ROM | disk | FTP | other *** search
- global oldTextcolor, gName, oldSound, oldText
-
- on prepareMovie
- the alertHook = script("alert")
- oldSound = the soundLevel
- set the keyDownScript to "doCommandKey"
- end
-
- on alertHook me, err, msg
- if msg contains "-34" then
- continue()
- return 1
- end if
- end
-
- on doCommandKey
- if the commandDown and (the key = "q") then
- go("quit sequence")
- end if
- end
-
- on startMovie
- member("blurb").text = " "
- oldText = member("blurb").text
- if oldSound > 5 then
- set the soundLevel to 5
- end if
- if oldSound < 5 then
- set the soundLevel to 5
- end if
- sprite(21).visible = 0
- sprite(22).visible = 0
- sprite(23).visible = 0
- sprite(24).visible = 0
- sprite(25).visible = 0
- sprite(26).visible = 0
- sprite(27).visible = 0
- sprite(28).visible = 0
- sprite(29).visible = 0
- sprite(30).visible = 0
- sprite(31).visible = 0
- sprite(32).visible = 0
- sprite(33).visible = 0
- sprite(34).visible = 0
- sprite(35).visible = 0
- sprite(38).visible = 0
- sprite(39).visible = 0
- sprite(40).visible = 0
- sprite(41).visible = 0
- end
-